home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / CHIP1103.ISO / G DATA AddOns2 / WebShop / _SETUP.1 / PowerWebShopProDemo.exe / 0 / RCDATA / TGETURL / TGETURL.txt
Encoding:
Text File  |  2002-03-13  |  2.8 KB  |  140 lines

  1. object GetURL: TGetURL
  2.   Left = 345
  3.   Top = 243
  4.   HelpContext = 7000
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Link anlegen'
  8.   ClientHeight = 273
  9.   ClientWidth = 463
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button2: TButton
  23.     Left = 296
  24.     Top = 244
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     TabOrder = 0
  30.     OnClick = Button2Click
  31.   end
  32.   object Button3: TButton
  33.     Left = 380
  34.     Top = 244
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Abbrechen'
  39.     TabOrder = 1
  40.     OnClick = Button3Click
  41.   end
  42.   object Button4: TButton
  43.     Left = 148
  44.     Top = 244
  45.     Width = 141
  46.     Height = 25
  47.     Caption = '&Vorschau im Browser...'
  48.     TabOrder = 2
  49.     OnClick = Button4Click
  50.   end
  51.   object GroupBox1: TGroupBox
  52.     Left = 8
  53.     Top = 8
  54.     Width = 449
  55.     Height = 65
  56.     TabOrder = 3
  57.     object RadioButton1: TRadioButton
  58.       Left = 20
  59.       Top = 16
  60.       Width = 201
  61.       Height = 17
  62.       Caption = 'Link auf eine lokale Datei '
  63.       Checked = True
  64.       TabOrder = 0
  65.       TabStop = True
  66.       OnClick = RadioButton1Click
  67.     end
  68.     object RadioButton2: TRadioButton
  69.       Left = 20
  70.       Top = 40
  71.       Width = 253
  72.       Height = 17
  73.       Caption = 'Link auf eine Adresse im Internet'
  74.       TabOrder = 1
  75.       OnClick = RadioButton1Click
  76.     end
  77.   end
  78.   object GroupBox2: TGroupBox
  79.     Left = 8
  80.     Top = 84
  81.     Width = 449
  82.     Height = 153
  83.     TabOrder = 4
  84.     object Label1: TLabel
  85.       Left = 12
  86.       Top = 20
  87.       Width = 369
  88.       Height = 29
  89.       AutoSize = False
  90.       Caption = 
  91.         'Link auf lokale Seite (z.B. C:\abcd.htm). Die Datei wird falls e' +
  92.         'rforderlich in das Onlineshop-Verzeichnis kopiert.'
  93.       WordWrap = True
  94.     end
  95.     object Label2: TLabel
  96.       Left = 12
  97.       Top = 88
  98.       Width = 319
  99.       Height = 13
  100.       Caption = 
  101.         'Link auf eine Adresse im Internet (z.B. http://www.meinedomain.d' +
  102.         'e)'
  103.     end
  104.     object Edit1: TEdit
  105.       Left = 12
  106.       Top = 52
  107.       Width = 317
  108.       Height = 21
  109.       TabOrder = 0
  110.     end
  111.     object Edit2: TEdit
  112.       Left = 12
  113.       Top = 108
  114.       Width = 317
  115.       Height = 21
  116.       Color = clSilver
  117.       Enabled = False
  118.       TabOrder = 1
  119.     end
  120.     object Button1: TButton
  121.       Left = 348
  122.       Top = 48
  123.       Width = 93
  124.       Height = 25
  125.       Caption = '&Durchsuchen...'
  126.       TabOrder = 2
  127.       OnClick = Button1Click
  128.     end
  129.   end
  130.   object FindURL: TOpenDialog
  131.     Filter = 'HTML - Dateien (*.htm; *.html)|*.htm;*.html|Alle Dateien|*.*'
  132.     Left = 64
  133.     Top = 248
  134.   end
  135.   object Executor1: TExecutor
  136.     Left = 12
  137.     Top = 248
  138.   end
  139. end
  140.